home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Utilities / BareED / catcomp_files / bareed.cd < prev    next >
Text File  |  2001-06-22  |  8KB  |  561 lines

  1. ; <BareED.CD> for CatComp
  2. ;
  3. ; Copyright 1996-01 J.v.d.Loo
  4. ;
  5. ;
  6. MSG_CREATOR(0//)
  7. Using built-in strings
  8. ; - or: "Using catalog translation by "Whose name"
  9. ;
  10. ;
  11. MSG_SINGLE(1//)
  12.  OK. 
  13. ;
  14. ;
  15. MSG_CASE(2//)
  16.  Yes | No 
  17. ;
  18. ;
  19. MSG_SAMPLE_STR(3//)
  20. A simple sample Text!
  21. ;
  22. ;
  23. MSG_SAMPLE_CHAR(4/1/1)
  24. T
  25. ; T is the character of "A simple sample #ext!
  26. ;
  27. ;
  28. MSG_SAMPLE_OFFSET(5/2/2)
  29. \x0\x10
  30. ; Last character before the character "T" of "A simple sample #ext!" is reached...
  31. ; This string is a two byte binary string: here: $0010, decimal 16!
  32. ;
  33. ;
  34. MSG_BACKGROUND(6//)
  35. Background
  36. ;
  37. ;
  38. MSG_CHARACTERS(7//)
  39. Text
  40. ;
  41. ;
  42. MSG_CURSOR(8//)
  43. Cursor
  44. ;
  45. ;
  46. MSG_TEXT_OVER_CURSOR(9//)
  47. Text over Cursor
  48. ;
  49. ;
  50. MSG_HIGHLIGHT(10//)
  51. Highlight
  52. ;
  53. ;
  54. MSG_VERBOSE_CURRENT(11//)
  55. Line: %-8ld Column: %-8ld
  56. ;
  57. ;
  58. MSG_VERBOSE_ARCHIVE(12//)
  59. »» Archive ««
  60. ;
  61. ;
  62. MSG_VERBOSE_SET(13//)
  63. Lines: %-8ld Size: %-8ld
  64. ;
  65. ;
  66. MSG_VERBOSE_CHANGES(14//)
  67. Alterations: %-8ld
  68. ;
  69. ;
  70. ACCEPT_PENS_GAD(15/16/)
  71. Accept these pencils!
  72. ;
  73. ;
  74. ACCEPT_TAB_SIZE_GAD(16/16/)
  75. Accept this tab size!
  76. ;
  77. ;
  78. MSG_INFOWIN_NAME(17//)
  79. BareED's Info Window
  80. ;
  81. ;
  82. MSG_PENWIN_NAME(18//)
  83. BareED's Pencil Select
  84. ;
  85. ;
  86. MSG_TABWIN_NAME(19//)
  87. BareED's Tab Select
  88. ;
  89. ;
  90. MSG_TAB_LABEL_GAD(20/7/)
  91. Tab:   
  92. ; NOTE: Three blanks at end of "Tab:" -> "Tab:   "
  93. ;
  94. ;
  95. MSG_WINDOW_NAME_GOTO(21//)
  96. BareED - LineJump
  97. ;
  98. ;
  99. MSG_HAILTEXT_GOTO(22//)
  100. Jump to a line.\n\nEnter a number where\nyou want to continue.
  101. ;
  102. ;
  103. MSG_GADGETSTRING_GOTO(23//)
  104. Jump to line
  105. ;
  106. ;
  107. MSG_WINDOW_NAME_BLOCK_LIMIT(24//)
  108. BareED - New Block Limit
  109. ;
  110. ;
  111. MSG_HAILTEXT_BLOCKLIMIT(25//)
  112. Enter right margin for\n     block-format\nin number of capitals
  113. ;
  114. ;
  115. MSG_GADGETSTRING_BLOCKLIMIT(26//)
  116. Accept
  117. ;
  118. ;
  119. ;
  120. ;
  121. MSG_BINARY_LOAD_FILE(65//)
  122. WARNING:\n\nThe file that was loaded in has been changed!\n\nAll zero bytes have been replaced through\nspace characters!\n\nIf this file was an Amiga load file it's not\nanymore executable!\nAnyhow, the file (in memory) is now invalid!\n\nDo not save the file over the top of the\nexisting, old one!!
  123. ;
  124. ;
  125. MSG_BINARY_CHARACTERS(66//)
  126. WARNING:\n\nZero bytes of new inserted characters\nhave been changed to space characters!
  127. ;
  128. ;
  129. MSG_NEW_ARCHIVE_BUT_CHANGED(67//)
  130. Archive has been changed!\n\nYou're about to lose it!\n\nThrow away archive with lost of changes?
  131. ;
  132. ;
  133. MSG_LOADNEW_OLD_CHANGED(68//)
  134. Archive has been changed!\n\nYou're about to lose it!\n\nLoad new file with lost of current archive?
  135. ;
  136. ;
  137. MSG_CANNOT_LOAD(69//)
  138. Cannot load that file...
  139. ;
  140. ;
  141. MSG_SAVE_FILE_OVER_TOP(70//)
  142. Existing file will be lost if continuing saving!\n\nSave archive over top of existing?
  143. ;
  144. ;
  145. MSG_WRITE_ERROR(71//)
  146. PANIC: An write-error occurred during saving!\n\nCurrent archive not completely saved!
  147. ;
  148. ;
  149. MSG_NOT_SAVED(72//)
  150. Cannot open file for writing!\nArchive not saved!
  151. ;
  152. ;
  153. MSG_ABOUT(73//)
  154. Do you really need this?\n\nYou're using BareED beta version 0.9(+).
  155. ; This one for alpha-versions...
  156. ;
  157. ;
  158. MSG_WRITE_BLOCK_ERROR(74//)
  159. An error occurred!\nRange of characters not saved!
  160. ;
  161. ;
  162. MSG_BLOCK_NOT_SAVED(75//)
  163. Cannot open the file for writing\nRange of characters not saved!
  164. ;
  165. ;
  166. ;
  167. ;
  168. MSG_LAST_CHANCE_SAVE(80//)
  169. Current archive is not saved!\n\nQuit BareED without saving archive?
  170. ;
  171. ;
  172. MSG_NA(81//)
  173. <not available>
  174. ;
  175. ;
  176. MSG_ABOUT_MAIN(82//)
  177. BareED version %ld.%ld\n\nARexx port name: %s\n\nPublic screen name: %s\n\n%s
  178. ; Last %s for string telling who made catalog translation (MSG_CREATOR)
  179. ; NOTE: This is the about text for non-beta and beta versions
  180. ;
  181. ;
  182. MSG_NO_PROJECT_NAME(83/1/77)
  183. Untitled
  184. ;
  185. ;
  186. MSG_ABANDONED_SAVE(84//)
  187. Abandoned IBM file-layout compatible save!\n\nCurrent archive not saved!
  188. ;
  189. ;
  190. MSG_PERCENTAGE_SAVED(85//)
  191.  - saved to 
  192. ;
  193. ;
  194. MSG_IBM_REM_EXTRA_SPACES(86//)
  195. Remove extra spaces and\ntabulators off the archive?
  196. ;
  197. ;
  198. MSG_CANT_QUIT_DUE_TO_DAC(87//)
  199. Cannot quit while DAC launched programs\nstill in progress!\n\nPlease quit them first!
  200. ;
  201. ;
  202. MSG_PROTECTED_PROJECT(88//)
  203. Project is protected against modifications!
  204. ;
  205. ;
  206. MSG_DAC_NOT_LOADED(89//)
  207. Cannot load program's code -\nthus application cannot be executed!
  208. ;
  209. ;
  210. MSG_DAC_FAIL_NO_REPLY_PORT(90//)
  211. DAC PORT\n\nCannot create \"ReplyPort\" for \"Pseudo WBench-message\"
  212. ;
  213. ;
  214. MSG_DAC_FAIL_NO_MEM(91//)
  215. DAC PORT\n\nCannot reserve memory for \"Pseudo WBench-message\"!
  216. ;
  217. ;
  218. MSG_LOAD_EXE(92//)
  219. Choose executable file to start
  220. ;
  221. ;
  222. MSG_DAC_PRG_FAIL(93//)
  223. DOS-function CreateProc() failed -\nthus the process cannot be created!
  224. ;
  225. ;
  226. MSG_UNDO_MODIFIED(94//)
  227. WARNING:\nContinue with UNDO although the line has\nbeen changed from the moment\nof remember!\n\nApply UNDO anyway?
  228. ;
  229. ;
  230. MSG_UNDO_OBSOLETE(95//)
  231. Delete this UNDO-entry since it\nseems to be obsolete?
  232. ;
  233. ;
  234. MSG_UNDO_NON_EXISTING_LINE(96//)
  235. WARNING:\nInsert UNDO-buffer contents although the line does\nnot exist anymore!\n\nDrop contents at current position?
  236. ;
  237. ;
  238. MSG_UNDO_OUT_OF_MEM(97//)
  239. ERROR:\nCannot apply UNDO -\nout of memory!!!\n\nClose all unnecessary and save the archive!
  240. ;
  241. ;
  242. MSG_KNOBBANK_ERROR(98//)
  243. Knob-Bank\n\nError parsing description file!\nError encountered at line %ld!\n\n\Reading knob description terminated!
  244. ;
  245. ;
  246. ;
  247. ;
  248. MSG_FR_Find(100//)
  249. Find:
  250. ;
  251. ;
  252. MSG_FR_Replace(//)
  253. Change To:
  254. ;
  255. ;
  256. MSG_FR_Case(//)
  257. Case Sensitive?
  258. ;
  259. ;
  260. MSG_FR_Words(//)
  261. Only Whole Words?
  262. ;
  263. ;
  264. MSG_FR_FindNext(//)
  265. Find Next
  266. ;
  267. ;
  268. MSG_FR_ReplaceThis(//)
  269. Replace
  270. ;
  271. ;
  272. MSG_FR_Cancel(//)
  273. Cancel
  274. ;
  275. ;
  276. MSG_FR_FindPrevious(//)
  277. Find Previous
  278. ;
  279. ;
  280. MSG_FR_ReplaceAll(//)
  281. Replace All
  282. ;
  283. ;
  284. MSG_FR_WinTitle(//)
  285. Find & Replace
  286. ;
  287. ;
  288. ;
  289. ;
  290. ; NOTE: You are allowed to change both: the CommSeq-Key and the string displayed
  291. ; as item. You are also allowed to set a CommSeq-Key for an item that doesn't got
  292. ; one in its native version, e.g. original: "Tab Size", new: "T,Tab Size" !
  293. PROJECT_MENU(256//)
  294. Project
  295. ;
  296. ;
  297. OPEN_MENU(//)
  298. O,Open...
  299. ;
  300. ;
  301. SAVE_MENU(//)
  302. S,Save
  303. ;
  304. ;
  305. SAVE_AS_MENU(//)
  306. A,Save As...
  307. ;
  308. ;
  309. PRINT_MENU(//)
  310. P,Print...
  311. ;
  312. BAR_LABEL1_MENU(/1/1)
  313. @
  314. ; NOTE: "@" is a dummy character which is never displayed!
  315. ;
  316. ;
  317. DISPLAY_MENU(//)
  318. Display
  319. ;
  320. ;
  321. CUSTOM_SCREEN(//)
  322. Custom Screen?
  323. ;
  324. ;
  325. SCREEN_MODE(//)
  326. Screen Mode...
  327. ;
  328. ;
  329. TAB_SIZE_MENU(//)
  330. Tab Size...
  331. ;
  332. ;
  333. FONT_MENU(//)
  334. Font...
  335. ;
  336. ;
  337. PENS_MENU(//)
  338. Pencils...
  339. ;
  340. ;
  341. BAR_LABEL2_MENU(/1/1)
  342. @
  343. ; NOTE: Again the dummy character...
  344. ;
  345. ;
  346. ABOUT_MENU(//)
  347. About...
  348. ;
  349. ;
  350. BAR_LABEL3_MENU(/1/1)
  351. @
  352. ; Again...
  353. ;
  354. ;
  355. NEW_MENU(//)
  356. N,New
  357. ;
  358. ;
  359. QUIT_MENU(//)
  360. Q,Quit BareED
  361. ;
  362. ;
  363. ;
  364. ;
  365. EDIT_MENU(//)
  366. Edit
  367. ;
  368. ;
  369. MARK_MENU(//)
  370. B,Mark Block
  371. ;
  372. ;
  373. CUT_MENU(//)
  374. X,Cut
  375. ;
  376. ;
  377. COPY_MENU(//)
  378. C,Copy
  379. ;
  380. ;
  381. PASTE_MENU(//)
  382. V,Paste
  383. ;
  384. ;
  385. BAR_LABEL4_MENU(/1/1)
  386. @
  387. ; See above...
  388. ;
  389. ;
  390. UNDO_MENU(//)
  391. Z,Undelete Line
  392. ;
  393. ;
  394. BAR_LABEL5_MENU(/1/1)
  395. @
  396. ; Do I have to tell what it means?
  397. ;
  398. ;
  399. WRITE_BLOCK_MENU(//)
  400. W,Write Block...
  401. ;
  402. ;
  403. INSERT_FILE_MENU(//)
  404. I,Insert File...
  405. ;
  406. ;
  407. ;
  408. ;
  409. SEARCH_MENU(//)
  410. Search
  411. ;
  412. ;
  413. FIND_MENU(//)
  414. F,Find...
  415. ;
  416. ;
  417. REPLACE_MENU(//)
  418. R,Find & Replace...
  419. ;
  420. ;
  421. BAR_LABEL6_MENU(/1/1)
  422. @
  423. ; Yep...
  424. ;
  425. ;
  426. GOTO_LINE_MENU(//)
  427. G,Go to Line...
  428. ;
  429. ;
  430. GOTO_BOOKMARK_MENU(//)
  431. Go to Bookmark
  432. ;
  433. ;
  434. GOTO_1_MENU(//)
  435. 1,Go to 1
  436. ;
  437. ;
  438. GOTO_2_MENU(//)
  439. 2,Go to 2
  440. ;
  441. ;
  442. GOTO_3_MENU(//)
  443. 3,Go to 3
  444. ;
  445. ;
  446. GOTO_4_MENU(//)
  447. 4,Go to 4
  448. ;
  449. ;
  450. GOTO_5_MENU(//)
  451. 5,Go to 5
  452. ;
  453. ;
  454. GOTO_6_MENU(//)
  455. 6,Go to 6
  456. ;
  457. ;
  458. GOTO_7_MENU(//)
  459. 7,Go to 7
  460. ;
  461. ;
  462. GOTO_8_MENU(//)
  463. 8,Go to 8
  464. ;
  465. ;
  466. GOTO_9_MENU(//)
  467. 9,Go to 9
  468. ;
  469. ;
  470. GOTO_10_MENU(//)
  471. 0,Go to 10
  472. ;
  473. ;
  474. SET_BOOKMARK_MENU(//)
  475. Set Bookmark
  476. ;
  477. ;
  478. SET_1_MENU(//)
  479. Set 1
  480. ;
  481. ;
  482. SET_2_MENU(//)
  483. Set 2
  484. ;
  485. ;
  486. SET_3_MENU(//)
  487. Set 3
  488. ;
  489. ;
  490. SET_4_MENU(//)
  491. Set 4
  492. ;
  493. ;
  494. SET_5_MENU(//)
  495. Set 5
  496. ;
  497. ;
  498. SET_6_MENU(//)
  499. Set 6
  500. ;
  501. ;
  502. SET_7_MENU(//)
  503. Set 7
  504. ;
  505. ;
  506. SET_8_MENU(//)
  507. Set 8
  508. ;
  509. ;
  510. SET_9_MENU(//)
  511. Set 9
  512. ;
  513. ;
  514. SET_10_MENU(//)
  515. Set 10
  516. ;
  517. ;
  518. ;
  519. ;
  520. SETTINGS_MENU(//)
  521. Settings
  522. ;
  523. ;
  524. CREATE_ICONS_MENU(//)
  525. Create Icons?
  526. ;
  527. ;
  528. INFO_WINDOW_MENU(//)
  529. ?,Info Window?
  530. ;
  531. ;
  532. SYSTEM_REFRESH_MENU(//)
  533. System Refresh?
  534. ;
  535. ;
  536. ADAPT_COLORS_MENU(//)
  537. Adapt Colors?
  538. ;
  539. ;
  540. BAR_LABEL7_MENU(/1/1)
  541. @
  542. ; Once again...
  543. ;
  544. ;
  545. BUTTON_INTERFACE_MENU(//)
  546. Button Interface
  547. ;
  548. ;
  549. USE_KNOB_BANK_MENU(//)
  550. Use Knob Bank?
  551. ;
  552. ;
  553. ADOPT_PENCILS_MENU(//)
  554. Adopt Pencils?
  555. ;
  556. ;
  557. IBM_SAVE_MENU(//)
  558. IBM Compatible Save?
  559. ;
  560. ;
  561. ; ------- Currently the end -------